.Complex.'^'

Complex power of complex number

Information

This function returns the given Complex numbers c1 to the power of the Complex number c2.

Interface

encapsulated operator function '^'
  import Complex;
  input Complex c1 "Complex number";
  input Complex c2 "Complex exponent";
  output Complex c3 "= c1^c2";
end '^';

Generated at 2025-03-11T19:24:33Z by OpenModelicaOpenModelica 1.24.5 using GenerateDoc.mos